X β Graph β Effect<A, E, R>
β β β β β
β β β β ββ what each node needs (Β§5)
β β β βββββ where the graph breaks (Β§4)
β β ββββββββ what flows through nodes (Β§2)
β β
β ββ nodes = functions, edges = data flow
Discover gists
| interface WithStatusMessage { | |
| statusMessage: string | |
| } | |
| interface AlwaysDay {} | |
| interface Clear {} | |
| interface Clone extends WithStatusMessage { | |
| count: number |
A pattern for building personal knowledge bases using LLMs.
This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.
Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.
Note: This is an updated installation method for Google Chrome, as the previous
apt-getapproach has been deprecated. Note: sh file is attached.
Add Googleβs public signing key and set up the APT repository for Google Chrome:
curl -fsSL https://dl.google.com/linux/linux_signing_key.pub | sudo gpg --dearmor -o /usr/share/keyrings/google-chrome.gpgThis is the latest fix for the stupid, annoying file attachment "feature" in claude code. I tested if it only is a visual fix by asking claude for the important information inside the open file in vs code. The following is the readme and python script for the fix (created by claude code, using caveman plugin).
Minimal patcher. Verified on anthropic.claude-code-2.1.273.
| 127.0.0.1 http://www.hqhole.com | |
| 127.0.0.1 http://www.hdsexdino.com | |
| 127.0.0.1 http://pornbigvideo.com/ | |
| 127.0.0.1 http://www.sweetshow.com | |
| 127.0.0.1 http://mylust.com/ | |
| 127.0.0.1 https://www.sleazyneasy.com | |
| 127.0.0.1 http://www.sexpulse.tv | |
| 127.0.0.1 http://www.sexmole.com | |
| 127.0.0.1 www.spankbang.com/ | |
| 127.0.0.1 http://spankbang.com/ |
People
:bowtie: |
π :smile: |
π :laughing: |
|---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |
The Microsoft Kinect for Azure (k4a) is only supported officially for Ubuntu 18.04.
Here are instructions to install its library in a more recent OS:
# Download these two .deb files:
wget https://packages.microsoft.com/ubuntu/18.04/prod/pool/main/libk/libk4a1.4-dev/libk4a1.4-dev_1.4.1_amd64.deb
wget https://packages.microsoft.com/ubuntu/18.04/prod/pool/main/libk/libk4a1.4/libk4a1.4_1.4.1_amd64.debThe CLO Standalone program is a software application used for designing and simulating garments in a digital environment. It allows users to create 3D models of clothing from 2D patterns. The program can simulate fabric properties and garment behavior, showing how materials drape and move. Users can adjust patterns and fabrics and see the changes in real time. CLO Standalone supports importing and exporting various file formats for patterns and 3D models. It provides tools for measuring,
| # latest supported electron version as of october 2024 | |
| LATEST_SUPPORTED_VERSION=30 | |
| RED='\033[0;31m' | |
| GREEN='\033[0;32m' | |
| NC='\033[0m' # no color | |
| mdfind "kind:app" 2>/dev/null | sort -u | while read app; | |
| do | |
| filename="$app/Contents/Frameworks/Electron Framework.framework/Electron Framework" | |
| if [[ -f $filename ]]; then |